ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ListBox<T> Class / ItemTemplateContent Property

In This Topic
    ItemTemplateContent Property (ListBox<T>)
    In This Topic
    Gets or sets the id of the template used to generate each list item.
    Syntax
    'Declaration
     
    Public Property ItemTemplateContent As String
    public string ItemTemplateContent {get; set;}
    See Also